home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 May / macformat_103_may_2001.iso / Mac OS X Shareware / Fizilla / Defaults / Profile / panels.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2001-03-26  |  2.4 KB  |  61 lines  |  [TEXT/CWIE]

  1. <?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
  2.  
  3. <!--
  4.  
  5.   These are the panels that will be displayed in the sidebar.
  6.  
  7. -->
  8. <!DOCTYPE RDF 
  9. [
  10. <!ENTITY sidebar.panel.whats-related "What's Related">
  11. <!ENTITY sidebar.panel.search "Search">
  12. <!ENTITY sidebar.panel.tinderbox "Tinderbox">
  13. <!ENTITY sidebar.panel.tinderbox-ports "Tinderbox-Ports">
  14. <!ENTITY sidebar.nc-panel.stocks "Stocks">
  15. <!ENTITY sidebar.panel.client-bookmarks "Bookmarks">
  16. <!ENTITY sidebar.panel.client-history "History">
  17. ]
  18. >
  19.  
  20. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  21.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  22.  
  23.   <RDF:Description about="urn:sidebar:current-panel-list">
  24.     <NC:panel-list>
  25.       <RDF:Seq>
  26.         <RDF:li resource="urn:sidebar:panel:whats-related"/>
  27.         <RDF:li resource="urn:sidebar:panel:search"/>
  28.         <RDF:li resource="urn:sidebar:panel:tinderbox"/>
  29.         <RDF:li resource="urn:sidebar:panel:tinderbox-ports"/>
  30.         <RDF:li resource="urn:sidebar:panel:bookmarks"/>
  31.         <RDF:li resource="urn:sidebar:panel:history"/>
  32.       </RDF:Seq>
  33.     </NC:panel-list>
  34.     <NC:version>0.1</NC:version>
  35.   </RDF:Description>
  36.   <RDF:Description about="urn:sidebar:panel:whats-related">
  37.     <NC:title>&sidebar.panel.whats-related;</NC:title>
  38.     <NC:content>chrome://communicator/content/related/related-panel.xul</NC:content>
  39.   </RDF:Description>
  40.   <RDF:Description about="urn:sidebar:panel:search">
  41.     <NC:title>&sidebar.panel.search;</NC:title>
  42.     <NC:content>chrome://communicator/content/search/search-panel.xul</NC:content>
  43.   </RDF:Description>
  44.   <RDF:Description about="urn:sidebar:panel:tinderbox">
  45.     <NC:title>Tinderbox: SeaMonkey</NC:title>
  46.     <NC:content>http://tinderbox.mozilla.org/SeaMonkey/panel.html</NC:content>
  47.   </RDF:Description>
  48.   <RDF:Description about="urn:sidebar:panel:tinderbox-ports">
  49.     <NC:title>Tinderbox: SeaMonkey-Ports</NC:title>
  50.     <NC:content>http://tinderbox.mozilla.org/SeaMonkey-Ports/panel.html</NC:content>
  51.   </RDF:Description>
  52.   <RDF:Description about="urn:sidebar:panel:bookmarks">
  53.     <NC:title>&sidebar.panel.client-bookmarks;</NC:title>
  54.     <NC:content>chrome://communicator/content/bookmarks/bookmarksPanel.xul</NC:content>
  55.   </RDF:Description>
  56.   <RDF:Description about="urn:sidebar:panel:history">
  57.     <NC:title>&sidebar.panel.client-history;</NC:title>
  58.     <NC:content>chrome://communicator/content/history/history-panel.xul</NC:content>
  59.   </RDF:Description>
  60. </RDF:RDF>
  61.